Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add compile-pass tests #25

Merged
merged 2 commits into from
Jul 1, 2016
Merged

Add compile-pass tests #25

merged 2 commits into from
Jul 1, 2016

Conversation

eholk
Copy link
Collaborator

@eholk eholk commented Jul 1, 2016

Adds a new category to cargo test that checks whether files compile using mir2wasm, but does not bother to run them. In time these should become a superset of, or even equal to, the run-pass tests.

The test runner will automatically skip over any files that contain xfail. This can be used for tests that should pass but we know they won't right now, such as when they rely on a feature that is not yet implemented.

This change also includes some refactoring of the previous compile tests, and modifies mir2wasm to return an exit status that reflects whether compilation succeeded. We should probably just remove the miri-pass tests, but I'm leaving them for now in case they are a useful reference to getting run-pass to work with some kind of interpreter.

Issue #15

@brson brson merged commit e668d24 into brson:master Jul 1, 2016
@brson
Copy link
Owner

brson commented Jul 1, 2016

Woo!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants